home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / DJTST111.ZIP / tests / clean.bat < prev    next >
DOS Batch File  |  1993-11-28  |  65b  |  7 lines

  1. @echo off
  2. del t*.
  3. del *.o
  4. del *.exe
  5. del t14.dat
  6. del t7.mon
  7.